home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 6 / 45 Great Windows Utilities Volume 6 MOJO-405 (Mojo Software).iso / flute15 / sampdll.def < prev    next >
Text File  |  1994-04-10  |  231b  |  14 lines

  1. LIBRARY   SAMPDLL
  2.  
  3. EXETYPE   WINDOWS
  4.  
  5. CODE      PRELOAD MOVEABLE DISCARDABLE
  6. DATA      PRELOAD SINGLE
  7.  
  8. HEAPSIZE  1024
  9.  
  10. EXPORTS
  11.     WEP                 @1 RESIDENTNAME
  12.     sumofpos            @2 ; our example function
  13.  
  14.